From cdbc5b71c476d8aad3d530027fee6836323b512a Mon Sep 17 00:00:00 2001 From: "Michael R. Crusoe" Date: Mon, 29 Apr 2024 16:15:10 +0200 Subject: [PATCH] routine-update: Remove trailing whitespace in debian/copyright --- debian/changelog | 1 + debian/control | 23 +++++++++++++---------- debian/copyright | 14 +++++++------- 3 files changed, 21 insertions(+), 17 deletions(-) diff --git a/debian/changelog b/debian/changelog index d4a1092cc..cc1911382 100644 --- a/debian/changelog +++ b/debian/changelog @@ -13,6 +13,7 @@ vtk9 (9.1.0+really9.1.0+dfsg2-8) UNRELEASED; urgency=medium * Cherry-pick patch from upstream to fix CVE-2021-42521. Closes: #1031877. * Fix Maintainer name of Debian Science team (routine-update) + * Remove trailing whitespace in debian/copyright (routine-update) -- Bo YU Tue, 24 Oct 2023 14:35:29 +0800 diff --git a/debian/control b/debian/control index a4e10e9ba..469b17a1d 100644 --- a/debian/control +++ b/debian/control @@ -5,8 +5,9 @@ Uploaders: Anton Gladky , Nico Schlömer Section: graphics Priority: optional -Build-Depends: dpkg-dev (>= 1.22.5), chrpath, - cmake (>= 3.2.0), +Build-Depends: dpkg-dev (>= 1.22.5), + chrpath, + cmake, debhelper-compat (= 13), default-jdk [!hppa !hurd-any !kfreebsd-any], default-libmysqlclient-dev, @@ -31,7 +32,7 @@ Build-Depends: dpkg-dev (>= 1.22.5), chrpath, libftgl-dev, libgdal-dev, libgl1-mesa-dev | libgl-dev, - libgl2ps-dev (>= 1.4.1), + libgl2ps-dev, libglew-dev, libglu1-mesa-dev | libglu-dev, libhdf5-mpi-dev, @@ -141,17 +142,19 @@ Description: VTK header files C++ programs that use VTK to do 3D visualisation. Package: libvtk9.1t64 -Provides: ${t64:Provides} Architecture: any Multi-Arch: same Section: libs -Breaks: libvtk9.1 (<< ${source:Version}), libvtk9 (<< 9.1.0+really9.1.0) -Replaces: libvtk9.1, libvtk9 (<< 9.1.0+really9.1.0) Depends: ${misc:Depends}, ${shlibs:Depends} Suggests: mpi-default-bin, vtk9-doc, vtk9-examples +Breaks: libvtk9.1 (<< ${source:Version}), + libvtk9 (<< 9.1.0+really9.1.0) +Provides: ${t64:Provides} +Replaces: libvtk9.1, + libvtk9 (<< 9.1.0+really9.1.0) Description: VTK libraries The Visualization Toolkit (VTK) is an open-source software system for 3D computer graphics, image processing, and visualization. @@ -242,21 +245,21 @@ Description: VTK examples This package provides examples for VTK9 Package: libvtk9.1t64-qt -Provides: ${t64:Provides} -X-Time64-Compat: libvtk9.1-qt -Replaces: libvtk9.1-qt -Breaks: libvtk9.1-qt (<< ${source:Version}) Architecture: any Multi-Arch: same Section: libs Depends: ${misc:Depends}, ${shlibs:Depends} +Breaks: libvtk9.1-qt (<< ${source:Version}) +Provides: ${t64:Provides} +Replaces: libvtk9.1-qt Description: VTK libraries, Qt files The Visualization Toolkit (VTK) is an open-source software system for 3D computer graphics, image processing, and visualization. . This package provides the shared libraries needed to run C++ programs that use VTK. Qt files +X-Time64-Compat: libvtk9.1-qt Package: libvtk9-qt-dev Architecture: any diff --git a/debian/copyright b/debian/copyright index 3efb4e76d..7d5d0bd16 100644 --- a/debian/copyright +++ b/debian/copyright @@ -262,18 +262,18 @@ License: Apache-2 License: Zlib This software is provided 'as-is', without any express or implied warranty. . - In no event will the authors be held liable for any damages arising from the + In no event will the authors be held liable for any damages arising from the use of this software. . - Permission is granted to anyone to use this software for any purpose,including - commercial applications, and to alter it and redistribute it freely, subject + Permission is granted to anyone to use this software for any purpose,including + commercial applications, and to alter it and redistribute it freely, subject to the following restrictions: . - 1. The origin of this software must not be misrepresented; you must not claim - that you wrote the original software. If you use this software in a - product, an acknowledgment in the product documentation would be + 1. The origin of this software must not be misrepresented; you must not claim + that you wrote the original software. If you use this software in a + product, an acknowledgment in the product documentation would be appreciated but is not required. - 2. Altered source versions must be plainly marked as such, and must not be + 2. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software. 3. This notice may not be removed or altered from any source distribution. -- 2.30.2